multiprecission arithmetic - определение. Что такое multiprecission arithmetic
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое multiprecission arithmetic - определение

THE FIRST-ORDER THEORY OF THE NATURAL NUMBERS WITH ADDITION
Pressburger arithmetic; Presburger Arithmetic; Presberger arithmetic
Найдено результатов: 281
Arithmetic geometry         
  • The [[hyperelliptic curve]] defined by <math>y^2=x(x+1)(x-3)(x+2)(x-2)</math> has only finitely many [[rational point]]s (such as the points <math>(-2, 0)</math> and <math>(-1, 0)</math>) by [[Faltings's theorem]].
BRANCH OF ALGEBRAIC GEOMETRY FOCUSED ON PROBLEMS IN NUMBER THEORY
Arithmetical algebraic geometry; Arithmetic Geometry; Arithmetic algebraic geometry; Arithmetic Algebraic Geometry
In mathematics, arithmetic geometry is roughly the application of techniques from algebraic geometry to problems in number theory. Arithmetic geometry is centered around Diophantine geometry, the study of rational points of algebraic varieties.
Arithmetic progression         
  • Animated proof for the formula giving the sum of the first integers 1+2+...+n.
SEQUENCE OF NUMBERS WITH CONSTANT DIFFERENCES BETWEEN CONSECUTIVE NUMBERS
Arithmetic series; Arithmetic Progression; Arithmetic sequence; Arithmetic progressions; Arithmetical progression; Land-1; Arithmatic series; Arithmatic progression; Arithmetic Series; Arithmetic sum; Infinite arithmetic series; Infinite arithmetic sequence; Progression (arithmetic series); Common difference; Linear sequence
An arithmetic progression or arithmetic sequence () is a sequence of numbers such that the difference between the consecutive terms is constant. For instance, the sequence 5, 7, 9, 11, 13, 15, .
arithmetic progression         
  • Animated proof for the formula giving the sum of the first integers 1+2+...+n.
SEQUENCE OF NUMBERS WITH CONSTANT DIFFERENCES BETWEEN CONSECUTIVE NUMBERS
Arithmetic series; Arithmetic Progression; Arithmetic sequence; Arithmetic progressions; Arithmetical progression; Land-1; Arithmatic series; Arithmatic progression; Arithmetic Series; Arithmetic sum; Infinite arithmetic series; Infinite arithmetic sequence; Progression (arithmetic series); Common difference; Linear sequence
(also arithmetic series)
¦ noun a sequence of numbers in which each differs from the preceding one by a constant quantity (e.g. 1, 2, 3, 4, etc.; 9, 7, 5, 3, etc.).
Arbitrary-precision arithmetic         
CALCULATIONS WHERE NUMBERS' PRECISION IS ONLY LIMITED BY COMPUTER MEMORY
Bignum; Infinite precision arithmetic; Bigint; Arbitrary precision; Arbitrary precision arithmetic; Bignums; Infinite-precision arithmetic; Bigfloat; Multi-length arithmetic; BigNum; Arbitrary-precision; Multi-precision; Multiple precision integer; Bignum arithmetic; Java.math.BigInteger; Java.math.BigDecimal; String math; Multiprecision; Big num; Infinite precision; Multiprecision arithmetic
In computer science, arbitrary-precision arithmetic, also called bignum arithmetic, multiple-precision arithmetic, or sometimes infinite-precision arithmetic, indicates that calculations are performed on numbers whose digits of precision are limited only by the available memory of the host system. This contrasts with the faster fixed-precision arithmetic found in most arithmetic logic unit (ALU) hardware, which typically offers between 8 and 64 bits of precision.
Arithmetic logic unit         
  • The [[combinational logic]] circuitry of the [[74181]] integrated circuit, an early four-bit ALU
COMBINATIONAL DIGITAL CIRCUIT THAT PERFORMS ARITHMETIC AND BITWISE OPERATIONS ON BINARY-CODED INTEGER NUMBERS
Arithmetic and logic unit; Arithmetic-logic unit; Arithmetical and logical unit; Arithmetic Logic Unit; Arithmetic and logical unit; Arithmetic and logic structures; Computer arithmetic; Arithmetic and Logical Unit; Arithmetic logic unit\; Integer arithmetic operation; Integer operation; Arithmetic–logic unit; Arithmetic / logic unit; Multiple-precision arithmetic; Arithmetic logic units; Arithmetic logical unit
In computing, an arithmetic logic unit (ALU) is a combinational digital circuit that performs arithmetic and bitwise operations on integer binary numbers. This is in contrast to a floating-point unit (FPU), which operates on floating point numbers.
modular arithmetic         
SYSTEM OF ALGEBRAIC OPERATIONS DEFINED FOR REMAINDERS UNDER DIVISION BY A FIXED POSITIVE INTEGER; SYSTEM OF ARITHMETIC FOR INTEGERS, WHERE NUMBERS "WRAP AROUND" UPON REACHING A CERTAIN VALUE—THE MODULUS
ModularArithmetic; Modulo arithmetic; Clock arithmetic; Residue class; Mod out; Integers mod n; Advanced modular arithmetic theory; Modular arithmetic theory; Common residue; Modular multiplication; Modular Math; Modular arithmatic; Complete set of residues; Congruence arithmetic; Modular arithmetics; Congruence class; Modulo Arithmetic; Modular Arithmetic; Clock Arithmetic; Modular division; Z/nZ; Mod division; Modular math; Modulus arithmetic; Integers modulo n; Congruence modulo n; Least residue system modulo m; Complete residue system modulo m; Mod 12; Congruence modulo m; Z/n; Applications of modular arithmetic; Ring of integers modulo n; Modulus (modular arithmetic); Congruent (integers); Congruence (integers); Modulo 24
<mathematics> (Or "clock arithmetic") A kind of integer arithmetic that reduces all numbers to one of a fixed set [0..N-1] (this would be "modulo N arithmetic") by effectively repeatedly adding or subtracting N (the "modulus") until the result is within this range. The original mathematical usage considers only __equivalence__ modulo N. The numbers being compared can take any values, what matters is whether they differ by a multiple of N. Computing usage however, considers modulo to be an operator that returns the remainder after integer division of its first argument by its second. Ordinary "clock arithmetic" is like modular arithmetic except that the range is [1..12] whereas modulo 12 would be [0..11]. (2003-03-28)
modulo arithmetic         
SYSTEM OF ALGEBRAIC OPERATIONS DEFINED FOR REMAINDERS UNDER DIVISION BY A FIXED POSITIVE INTEGER; SYSTEM OF ARITHMETIC FOR INTEGERS, WHERE NUMBERS "WRAP AROUND" UPON REACHING A CERTAIN VALUE—THE MODULUS
ModularArithmetic; Modulo arithmetic; Clock arithmetic; Residue class; Mod out; Integers mod n; Advanced modular arithmetic theory; Modular arithmetic theory; Common residue; Modular multiplication; Modular Math; Modular arithmatic; Complete set of residues; Congruence arithmetic; Modular arithmetics; Congruence class; Modulo Arithmetic; Modular Arithmetic; Clock Arithmetic; Modular division; Z/nZ; Mod division; Modular math; Modulus arithmetic; Integers modulo n; Congruence modulo n; Least residue system modulo m; Complete residue system modulo m; Mod 12; Congruence modulo m; Z/n; Applications of modular arithmetic; Ring of integers modulo n; Modulus (modular arithmetic); Congruent (integers); Congruence (integers); Modulo 24
bignum         
CALCULATIONS WHERE NUMBERS' PRECISION IS ONLY LIMITED BY COMPUTER MEMORY
Bignum; Infinite precision arithmetic; Bigint; Arbitrary precision; Arbitrary precision arithmetic; Bignums; Infinite-precision arithmetic; Bigfloat; Multi-length arithmetic; BigNum; Arbitrary-precision; Multi-precision; Multiple precision integer; Bignum arithmetic; Java.math.BigInteger; Java.math.BigDecimal; String math; Multiprecision; Big num; Infinite precision; Multiprecision arithmetic
<programming> /big'nuhm/ (Originally from MIT MacLISP) A multiple-precision computer representation for very large integers. Most computer languages provide a type of data called "integer", but such computer integers are usually limited in size; usually they must be smaller than 2^31 (2,147,483,648) or (on a bitty box) 2^15 (32,768). If you want to work with numbers larger than that, you have to use floating-point numbers, which are usually accurate to only six or seven decimal places. Computer languages that provide bignums can perform exact calculations on very large numbers, such as 1000! (the factorial of 1000, which is 1000 times 999 times 998 times ... times 2 times 1). For example, this value for 1000! was computed by the MacLISP system using bignums: 40238726007709377354370243392300398571937486421071 46325437999104299385123986290205920442084869694048 00479988610197196058631666872994808558901323829669 94459099742450408707375991882362772718873251977950 59509952761208749754624970436014182780946464962910 56393887437886487337119181045825783647849977012476 63288983595573543251318532395846307555740911426241 74743493475534286465766116677973966688202912073791 43853719588249808126867838374559731746136085379534 52422158659320192809087829730843139284440328123155 86110369768013573042161687476096758713483120254785 89320767169132448426236131412508780208000261683151 02734182797770478463586817016436502415369139828126 48102130927612448963599287051149649754199093422215 66832572080821333186116811553615836546984046708975 60290095053761647584772842188967964624494516076535 34081989013854424879849599533191017233555566021394 50399736280750137837615307127761926849034352625200 01588853514733161170210396817592151090778801939317 81141945452572238655414610628921879602238389714760 88506276862967146674697562911234082439208160153780 88989396451826324367161676217916890977991190375403 12746222899880051954444142820121873617459926429565 81746628302955570299024324153181617210465832036786 90611726015878352075151628422554026517048330422614 39742869330616908979684825901254583271682264580665 26769958652682272807075781391858178889652208164348 34482599326604336766017699961283186078838615027946 59551311565520360939881806121385586003014356945272 24206344631797460594682573103790084024432438465657 24501440282188525247093519062092902313649327349756 55139587205596542287497740114133469627154228458623 77387538230483865688976461927383814900140767310446 64025989949022222176590433990188601856652648506179 97023561938970178600408118897299183110211712298459 01641921068884387121855646124960798722908519296819 37238864261483965738229112312502418664935314397013 74285319266498753372189406942814341185201580141233 44828015051399694290153483077644569099073152433278 28826986460278986432113908350621709500259738986355 42771967428222487575867657523442202075736305694988 25087968928162753848863396909959826280956121450994 87170124451646126037902930912088908694202851064018 21543994571568059418727489980942547421735824010636 77404595741785160829230135358081840096996372524230 56085590370062427124341690900415369010593398383577 79394109700277534720000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 000000000000000000. [Jargon File] (1996-06-27)
Arithmetic and Logic Unit         
  • The [[combinational logic]] circuitry of the [[74181]] integrated circuit, an early four-bit ALU
COMBINATIONAL DIGITAL CIRCUIT THAT PERFORMS ARITHMETIC AND BITWISE OPERATIONS ON BINARY-CODED INTEGER NUMBERS
Arithmetic and logic unit; Arithmetic-logic unit; Arithmetical and logical unit; Arithmetic Logic Unit; Arithmetic and logical unit; Arithmetic and logic structures; Computer arithmetic; Arithmetic and Logical Unit; Arithmetic logic unit\; Integer arithmetic operation; Integer operation; Arithmetic–logic unit; Arithmetic / logic unit; Multiple-precision arithmetic; Arithmetic logic units; Arithmetic logical unit
<processor> (ALU or "mill") The part of the {central processing unit} which performs operations such as addition, subtraction and multiplication of integers and bit-wise AND, OR, NOT, XOR and other Boolean operations. The CPU's instruction decode logic determines which particular operation the ALU should perform, the source of the operands and the destination of the result. The width in bits of the words which the ALU handles is usually the same as that quoted for the processor as a whole whereas its external busses may be narrower. Floating-point operations are usually done by a separate "{floating-point unit}". Some processors use the ALU for address calculations (e.g. incrementing the program counter), others have separate logic for this. (1995-03-24)
Primitive recursive arithmetic         
QUANTIFIER-FREE FORMALIZATION OF THE NATURAL NUMBERS
Primitive Recursive Arithmetic
Primitive recursive arithmetic (PRA) is a quantifier-free formalization of the natural numbers. It was first proposed by Norwegian mathematician , reprinted in translation in as a formalization of his finitist conception of the foundations of arithmetic, and it is widely agreed that all reasoning of PRA is finitist.

Википедия

Presburger arithmetic

Presburger arithmetic is the first-order theory of the natural numbers with addition, named in honor of Mojżesz Presburger, who introduced it in 1929. The signature of Presburger arithmetic contains only the addition operation and equality, omitting the multiplication operation entirely. The axioms include a schema of induction.

Presburger arithmetic is much weaker than Peano arithmetic, which includes both addition and multiplication operations. Unlike Peano arithmetic, Presburger arithmetic is a decidable theory. This means it is possible to algorithmically determine, for any sentence in the language of Presburger arithmetic, whether that sentence is provable from the axioms of Presburger arithmetic. The asymptotic running-time computational complexity of this algorithm is at least doubly exponential, however, as shown by Fischer & Rabin (1974).